home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / include / Makefile < prev    next >
Makefile  |  1992-10-02  |  129b  |  15 lines

  1. SHELL=/bin/sh
  2. MAKE=make
  3.  
  4. config.h: ../config/system ../config/site
  5.     ./build
  6.  
  7. install:
  8.  
  9. lint:
  10.  
  11. clean:
  12.  
  13. distclean:
  14.     rm -f config.h
  15.